Skip to content

Conversation

@berndpfrommer
Copy link

At the moment compilation of GTSAM fails under Ubuntu 20.04 due to the use of the "master" branch, which is outdated and does not compile under later versions of cmake, see #115

This PR fixes this by using the GTSAM 4.0.3 tag instead of the master branch.
Further, the minimum requirement for cmake is set to 3.5.0 to suppress warning messages related to CMP0048.

Tested to be compiling under Ubuntu 16.04, 18.04, and 20.04.

Will break Ubuntu 14.04 (trusty), which uses cmake 2.8.x. (The workaround is to upgrade cmake:
https://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu)

suuman pushed a commit to suuman/Kimera-VIO-ROS that referenced this pull request Jun 25, 2021
@LimHyungTae
Copy link
Member

LimHyungTae commented Aug 16, 2024

Note, this branch cannot work now since Kimera-RPGO, which is a module of Kimera-VIO-ROS, is now available over 4.1 version due to GncOptimizer part has been supported from 4.1 (see borglab/gtsam#617)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants